home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-16 | 1.7 KB | 77 lines | [TEXT/MPS ] |
-
- /*
- * This file was generated by the SOM Compiler.
- * FileName: FWTxtTyp.xh.
- * Generated using:
- * SOM Precompiler somipc: 2.18
- * SOM Emitter emitxh.dll: 2.33
- */
-
- #ifndef SOM_Module_ODFStringSubsystemTypes_defined
- #define SOM_Module_ODFStringSubsystemTypes_defined 1
- #include <som.xh>
-
- /*
- * Start of user-defined types:
- */
- class SOMClass;
- class SOMObject;
- typedef
- char FW_Char;
- typedef
- unsigned short FW_LChar;
- typedef
- octet FW_PascalChar;
- typedef
- octet FW_Byte;
- typedef
- long FW_CharacterCount;
- typedef
- long FW_CharacterPosition;
- typedef
- long FW_ByteCount;
- typedef
- long FW_BytePosition;
- typedef
- short FW_StringCompareResult;
- typedef
- short FW_FindDirection;
-
- /*
- * -- Share exact same alignment between 68k & PowerPC.
- * -- User to add padding to idl as desired for better alignment.
- */
- #if powerc
- # pragma options align=mac68k
- #endif
- typedef
- struct FW_Locale {
- short fScriptCode;
- short fLangCode;
- } FW_Locale;
- #if powerc
- # pragma options align=reset
- #endif
- #define FW_kStringOneLess -1 /* -1 */
- #define FW_kStringsEqual 0 /* 0 */
- #define FW_kStringOneGreater 1 /* 1 */
- #define FW_kForwards 0 /* 0 */
- #define FW_kBackwards 1 /* 1 */
- #define ODFStringSubsystemTypes_ODF_TxtTyp_Version "1.0."
-
- #ifndef SOM_DONT_USE_SHORT_NAMES
- #ifndef SOMTGD_ODF_TxtTyp_Version
- #ifdef ODF_TxtTyp_Version
- #undef ODF_TxtTyp_Version
- #define SOMTGD_ODF_TxtTyp_Version 1
- #else
- #define ODF_TxtTyp_Version ODFStringSubsystemTypes_ODF_TxtTyp_Version
- #endif /* ODF_TxtTyp_Version */
- #endif /* SOMTGD_ODF_TxtTyp_Version */
- #endif /* SOM_DONT_USE_SHORT_NAMES */
-
- /*
- * End of user-defined types.
- */
- #endif /* SOM_Module_ODFStringSubsystemTypes_defined */
-